tmf716-resourceReservation-msisdn

(0 reviews)

Use Cases

POST resourceReservation:QUERY

  • This operation creates a MSISDNReservation entity.
    • New Customer Onboarding: A customer is signing up for a new mobile service plan and needs a phone number. The API can be used to request a list of available numbers in their market and service area, ensuring they receive a suitable number for their location.
    • Device Upgrade: A customer is upgrading their mobile device and requires a new number that is compatible with their new device's technology. The API can be used to provide a list of available numbers within their market and service area that meet the compatibility requirements.
    • Business Expansion: A company is expanding its operations to a new region and needs new phone numbers for its employees. The API can be used to request a list of available numbers in the target market and service area, allowing the company to allocate appropriate numbers to its staff.
    • Custom Number Requests: A customer requests a specific phone number or a number with a particular pattern (e.g., vanity numbers). The API can be used to retrieve a list of available numbers in their market and service area that match the desired criteria.
    • Temporary Number Allocation: An event management company requires temporary phone numbers for staff members during an event. The API can be used to request a list of available numbers within the market and service area, ensuring proper communication during the event.
    • Area Code Changes: A customer's area code is changing due to regulatory requirements or network expansions. The API can be used to provide a list of available numbers with the updated area code within the customer's market and service area.
    • Number Portability Pre-Validation: A customer wants to switch their service provider but retain their current phone number. The API can be used to check the availability of the desired number within the target market and service area before initiating the number porting process.

POST resourceReservation:RESERVE

  • This operation creates a MSISDNReservation entity.
    • New Business Expansion: A telecommunications company is expanding its services to a new city. They can use the API to reserve a subscriber number for their new customer in the target market for a predetermined time period, allowing them to allocate phone numbers for their new customers.
    • Number Portability: A customer wants to switch their service provider but retain their current phone number. The API can be used to reserve the specific subscriber number for the customer, ensuring a smooth transition to the new provider.
    • Random Number Allocation: A business needs to allocate random phone numbers to its customers for a specific service. The API can be used to reserve random numbers within the same market, allowing the business to assign unique numbers to each customer.

PATCH resourceReservation:RELEASE

  • This operation updates partially a MSISDNReservation entity
    • Canceled Service Activation: A customer has reserved a subscriber number but decides to cancel their service activation. The API can be used to release the previously reserved number, making it available for other customers.
    • Release of Temporary Numbers: An event management company has reserved multiple subscriber numbers for an event but no longer requires them. The API can be used to release all the reserved numbers in one request, freeing up the numbers for future use.
    • Business Expansion Plan Cancellation: A company has reserved multiple subscriber numbers for a planned business expansion that is now canceled or postponed. The API can be used to release all the reserved numbers in one request, allowing other customers to access them.
    • Device Upgrade or Replacement: A customer has reserved a subscriber number for a new device upgrade or replacement but decides not to proceed with the change. The API can be used to release the reserved number, ensuring it remains available for other customers.
    • Release of Custom Number Requests: A customer has reserved a specific phone number or a number with a particular pattern but decides not to use it. The API can be used to release the reserved number, making it available for other customers with similar requests.
    • Number Portability Cancellation: A customer has reserved a subscriber number while planning to port their existing number but decides to stay with their current provider. The API can be used to release the reserved number, allowing other customers to access it.

Reviews